var reflect.funcTypes
8 uses
reflect (current package)
type.go#L1899: var funcTypes []Type
type.go#L1905: if n >= len(funcTypes) {
type.go#L1907: copy(newFuncTypes, funcTypes)
type.go#L1908: funcTypes = newFuncTypes
type.go#L1910: if funcTypes[n] != nil {
type.go#L1911: return funcTypes[n]
type.go#L1914: funcTypes[n] = StructOf([]StructField{
type.go#L1924: return funcTypes[n]
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)